home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / route21a.zip / TIMER.RS1 < prev    next >
Text File  |  1992-05-10  |  121b  |  11 lines

  1. Input(%1)"Enter timer duration:"
  2. Wait(%1)
  3. %2=0
  4. Repeat:
  5. Beep
  6. %2=+1
  7. If %2="20" Then Goto Skip
  8. Goto Repeat
  9. Skip:
  10.  
  11.